home *** CD-ROM | disk | FTP | other *** search
- /*
-
- global.c
-
- Internet: alexad3@icebox.iceonline.com
- Copyright 1995, February 10 by Alec Russell, ALL rights reserved
-
- Created - 1995/2/10
- Part of the 3D ball demo
-
- History:
- New file
-
- */
-
-
- #include <g_def.h>
-
- #include "tank.h"
-
- char gb_path[PATH_LEN]; // holds path to data dir
- char gb_utilstr[1034];
- short player_num=0;
-
- /* ------------------------------ EOF -------------------------------- */
-
-